home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 February / CHIP Şubat 1997.iso / go.bat < prev    next >
DOS Batch File  |  1997-01-15  |  1KB  |  78 lines

  1. @ rem 1:cdrom 2:dir 3:choice
  2. @%1:\
  3. rem @cd \%2
  4.  
  5. @if "%2"=="Internet" goto INET
  6. @if "%2"=="Oyun" goto OYUN
  7. @if "%2"=="Program" goto PRGS
  8. @if "%2"=="Lang" goto PROG
  9. @if "%2"=="CPTV" goto CPTV
  10. @if "%2"=="MMed" goto MMED
  11. @goto EXITME
  12.  
  13. :INET
  14. @%1:\
  15. @cd \Internet
  16. @if "%3"=="0" cd net32301
  17. @if "%3"=="1" cd net16301
  18. @if "%3"=="2" cd webphone
  19. @if "%3"=="3" cd cooltalk
  20. @call setup.exe
  21. @goto EXITME
  22.  
  23. :OYUN
  24. @%1:\
  25. @cd \Oyun
  26. @if "%3"=="0" cd diablo
  27. @if "%3"=="1" cd dw2
  28. @if "%3"=="2" cd msgolf3
  29. @if "%3"=="3" cd neverhoo
  30. @if "%3"=="4" cd skynet
  31. @call setup.exe
  32. @goto EXITME
  33.  
  34. :PRGS
  35. @%1:\
  36. @cd \Program
  37. @if "%3"=="0" cd 95pictma
  38. @if "%3"=="1" cd 970110
  39. @if "%3"=="2" cd virus
  40. @call setup.exe
  41. @goto EXITME
  42.  
  43. :PROG
  44. @goto EXITME
  45.  
  46. :CPTV
  47. @%1:\
  48. @cd \CPTV
  49. @call c:\windows\mplayer.exe poseidon.avi
  50. @goto EXITME
  51.  
  52. :MMED
  53. @%1:\
  54. @cd \MMed
  55. @if "%3"=="0" cd 95captpr
  56. @if "%3"=="1" cd 95fract
  57. @if "%3"=="2" cd 95imagvi
  58. @if "%3"=="3" cd 95lview
  59. @if "%3"=="4" cd 95morphr
  60. @if "%3"=="5" cd 95quickv
  61. @if "%3"=="6" cd acdsee
  62. @call setup.exe
  63. @goto EXITME
  64.  
  65. :EXITME
  66. @cls
  67. @echo Windows 95 kullanicilari:
  68. @echo Asagidaki mesaji uygulama baslamadan
  69. @echo goruyorsaniz lutfen klavyeye dokunmadan
  70. @echo programinizin acilmasini bekleyin.
  71. @echo Program ile isiniz bittiginde bu pencereye
  72. @echo donerek herhangi bir tusa bas²n.
  73. @echo CHIP Multimedia
  74. @pause
  75. @%1:\
  76. @cd \
  77. @chip SKIPINTRO
  78.